home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / msdos / pmode / 386p_200 / 386menu.inc < prev    next >
Encoding:
Text File  |  1994-10-05  |  688 b   |  22 lines

  1.  
  2. ; include common definitions
  3. include 386mnu.inc
  4.  
  5. extrn _PopMenu:near
  6.         ; eax = pointer to menu data
  7.  
  8. ; Look into 386menu.txt for more info.
  9. ; This function lets you pop-up and "animate" a menu you defined.
  10. ; you can select and manipolate menu entry data
  11. ; using the keyboard
  12. ;
  13. ;  up/down   = change entry
  14. ;  enter     = enter a value from the keyboard / trigger entry
  15. ;              (you can do this only one, then you must use another key
  16. ;               before you can "select" the entry again
  17. ;               this is because of the "debouncing" routine)
  18. ;  left,'-'  = decrease entry's value
  19. ;  right,'+' = increase entry's value
  20. ;  esc       = quit menu
  21. ;
  22.